db_constraints.keyed

Undocumented in source.

Modules

keyedcollection
module db_constraints.keyed.keyedcollection

The keyedcollection module contains: $(TOC Enforce) $(TOC usableForKeyedCollection) $(TOC BaseKeyedCollection) $(TOC KeyedCollection)

keyeditem
module db_constraints.keyed.keyeditem

Keyed item is used in combination with KeyedCollection to mimic databases in your classes. This module contains: $(TOC KeyedItem)

Public Imports

db_constraints.keyed.keyedcollection
public import db_constraints.keyed.keyedcollection;
Undocumented in source.
db_constraints.keyed.keyeditem
public import db_constraints.keyed.keyeditem;
Undocumented in source.

Meta